docs: Don't mention css for setting cursors
authorMatthias Clasen <mclasen@redhat.com>
Sun, 10 Dec 2017 04:59:31 +0000 (23:59 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 10 Dec 2017 04:59:31 +0000 (23:59 -0500)
We don't have a plan to make this work, so lets not
talk about it in the docs.

gtk/gtkwidget.c

index e88df80164dbf50c6ff12c813dd8ccaa10379ba0..023c7f585469239e9929f429bba02a5a77b8b66f 100644 (file)
@@ -15328,9 +15328,8 @@ gtk_widget_get_focus_child (GtkWidget *widget)
  *
  * Sets the cursor to be shown when pointer devices point towards @widget.
  *
- * If the @cursor is NULL, @widget will use the cursor specified via CSS
- * or the parent widget. If neither specifies a cursor, the default cursor
- * will be shown. This is the default behavior.
+ * If the @cursor is NULL, @widget will use the cursor inherited from the
+ * parent widget.
  *
  * Since: 3.94
  **/